/Accueil

Configure Docker sur Alpine

Ecrit le 10/27/202
docker info diplays this warnings
WARNING: No memory limit support
WARNING: No swap limit support
WARNING: No kernel memory TCP limit support
WARNING: No oom kill disable support
Append this to cmdline.txt
    cgroup_enable=memory swapaccount=1 cgroup_memory=1 cgroup_enable=cpuset

Références

-- Laurent